home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / landau / firminfo.bas < prev    next >
BASIC Source File  |  1995-05-09  |  30KB  |  493 lines

  1.  
  2. Sub SetApplicationsText ()
  3.      Dim Text As String, crlf As String
  4.      crlf = Chr$(13) + Chr$(10)
  5.  
  6.      Applications(0) = ApplicationsText
  7.  
  8.      Text = Text + crlf + crlf
  9.      Text = Text + "Real Time Financial Swap Trading/Hedging System"
  10.      Text = Text + crlf + crlf
  11.      Text = "System automates the pricing, marking to market, and hedging of a portfolio of financial "
  12.      Text = Text + "swaps.  In addition, there is a live link to market data via a network server. And finally, "
  13.      Text = Text + "daily profit and loss information is uploaded to the mainframe for comparison to the back "
  14.      Text = Text + "office system. "
  15.      Text = Text + crlf + crlf
  16.      Text = Text + "This application utilizes a number of advanced Excel features such as access to external "
  17.      Text = Text + "databases through  macro driven SQL statements passed to Q+E via DDE calls.  It also "
  18.      Text = Text + "incorporates a set of  DLL routines written in 'C' accessible via macro linkage."
  19.      Text = Text + crlf + crlf
  20.      Text = Text + "The system is deployed globally. Users reside in New York, London, and Tokyo."
  21.      Applications(1) = Text
  22.  
  23.      Text = Text + "Client Presentation System"
  24.      
  25.      Text = "Developed for an investment management firm in Boston as a marketing tool, this system "
  26.      Text = Text + "enables the principals of the firm to communicate their approach to money management "
  27.      Text = Text + "by interactively developing a number of scenario based horizon analyses at the client's "
  28.      Text = Text + "location. The application was developed using Excel and runs on a 16 mhz 386SX "
  29.      Text = Text + "portable computer. The client is able to:"
  30.      
  31.      Text = Text + crlf + crlf + "  *  establish his or her view of future interest and foreign exchange rates;"
  32.      Text = Text + crlf + crlf + "  *  develop a model portfolio of multi-currency fixed income securities;"
  33.      Text = Text + crlf + crlf + "  *  pick a currency allocation (i.e. how the clients portfolio should be distributed by currency), and"
  34.      Text = Text + crlf + crlf + "  *  select a horizon period."
  35.      Text = Text + crlf + crlf
  36.      Text = Text + "These choices are then used to forecast the value of the portfolio at the horizon and break "
  37.      Text = Text + "the results down between returns earned from bonds vs. currency speculation. Using a "
  38.      Text = Text + "library of DLLs, the system is able to produce horizon results in a matter of seconds. The "
  39.      Text = Text + "client can then easily modify the financial scenario and portfolio, rerun the analysis, and "
  40.      Text = Text + "compare the results of one run to another. This application  relies heavily on the use of "
  41.      Text = Text + "charts which depict client vs market views, and horizon analysis results."
  42.      Applications(2) = Text
  43.  
  44.      Text = Text + "Liability Management System"
  45.       
  46.      Text = "Developed as a marketing tool for a major New York investment banking firm, the "
  47.      Text = Text + "system is used to evaluate portfolios of debt obligation. Different types of debt "
  48.      Text = Text + "instruments are modeled to measure a common set of results and test alternative "
  49.      Text = Text + "strategies. Using this system, the investment banking firm has been able to show clients "
  50.      Text = Text + "how they can restructure debt service in order to lower costs and improve overall "
  51.      Text = Text + "corporate profitability. The firm uses the application in its New York, London, and "
  52.      Text = Text + "Tokyo offices. "
  53.      Applications(3) = Text
  54.  
  55.      Text = Text + "Asset Based Swap System"
  56.      
  57.      Text = "A state of the art system which prices and values a number of complex synthetic "
  58.      Text = Text + "securities. The application handles various financial structures which are derived by "
  59.      Text = Text + "coupling an asset (e.g. a corporate bond) with a swap. By doing this, synthetic floating "
  60.      Text = Text + "rate or fixed rate instruments can be created and marketed to the investment community. "
  61.      Text = Text + crlf + crlf
  62.      Text = Text + "The system relies heavy on 'C' written subroutines called from Excel macros. In "
  63.      Text = Text + "addition, several calculators have been incorporated into the system. These  allow the "
  64.      Text = Text + "trader to quickly determine the trade-offs which exist between the costs of individual "
  65.      Text = Text + "structure components and the final price for the package. This unique and powerful "
  66.      Text = Text + "feature enables the client to respond quickly to market movements in order to lock in "
  67.      Text = Text + "profit on prospective deals."
  68.      Applications(4) = Text
  69.  
  70.      Text = Text + "Financial Allocation System"
  71.      
  72.      Text = "Developed for one of the Regional Bell Operating Companies (RBOC), this system "
  73.      Text = Text + "compares corporate financial results under varying common cost assumptions. As a result "
  74.      Text = Text + "of FCC regulations, all RBOCs are required to allocate expenses which are common to "
  75.      Text = Text + "their regulated and non-regulated companies in a prescribed way. Unfortunately, these "
  76.      Text = Text + "allocation rules are not always consistent with true economic costs. This Excel system "
  77.      Text = Text + "enables the client to change allocation assumptions quickly and measure the results for "
  78.      Text = Text + "the regulated, unregulated and total corporate financials. The system is used by the "
  79.      Text = Text + "marketing organization in order to determine the financial impact of providing "
  80.      Text = Text + "unregulated services. Financial statements are constructed reflecting varying views and "
  81.      Text = Text + "scenarios."
  82.      Applications(5) = Text
  83.  
  84.      Text = Text + "Profit and Loss Analysis System"
  85.      
  86.      Text = "This system was developed in order to compare the back office and trading desk views of "
  87.      Text = Text + "financial interest rate and currency swap profit and loss. It retrieves and reconciles data "
  88.      Text = Text + "from a mainframe back office system and a PC-based trading system. Spot data for two "
  89.      Text = Text + "points in time (e.g. daily, weekly, monthly, etc.) from each system is linked together and "
  90.      Text = Text + "compared for each transaction. The transactions can then be organized in any order. "
  91.      Text = Text + "Transactions with large back office/trading desk discrepancies are viewed using a ZOOM "
  92.      Text = Text + "feature, where all of the relevant data associated with a suspicious trade can be "
  93.      Text = Text + "instantaneously transferred to an analysis model. From there, a determination of probable "
  94.      Text = Text + "errors is made, with resulting corrections implemented. The system has increased the "
  95.      Text = Text + "client's ability to control the trading operation."
  96.      Applications(6) = Text
  97.  
  98.      Text = Text + "LDC Debt Trading and Analysis System"
  99.      
  100.      Text = "One of the first of its kind, this system keeps track LDC debt trading activity and interest "
  101.      Text = Text + "information, and generates daily profit/ loss reports. In addition to monitoring trading "
  102.      Text = Text + "activity, the system maintains a database of information for securities, daily marks, "
  103.      Text = Text + "accrued interest, financing data, payments/receipts, and counterparty/ contact listings. "
  104.      Text = Text + "Written in Excel and using DDE to communicate with Q+E, the system updates various "
  105.      Text = Text + "database files in such a manner that the data can be combined, segmented and analyzed in "
  106.      Text = Text + "a number of ways without sacrificing the integrity of the original data.  After daily "
  107.      Text = Text + "profit/loss statements are produced, the system generates detailed interest accounting "
  108.      Text = Text + "reports which are uploaded to the mainframe accounting system."
  109.      Applications(7) = Text
  110.  
  111.      Text = Text + "P&L SWAP Reconciliation System"
  112.      
  113.      Text = "Excel-based system used to reconcile all weekly profit/loss di